Miner.Responder.Shared.SchemaObjects Namespace > ResponderObjectBaseGeneric<T> Class : SetValueAllowingTruncateWithLog<TProperty> Method |
'Declaration
Public Sub SetValueAllowingTruncateWithLog(Of TProperty)( _ ByVal propertyLambda As System.Linq.Expressions.Expression(Of Func(Of T,TProperty)), _ ByVal newValue As System.String _ )
'Usage
Dim instance As ResponderObjectBaseGeneric(Of T) Dim propertyLambda As System.Linq.Expressions.Expression(Of Func(Of T,TProperty)) Dim newValue As System.String instance.SetValueAllowingTruncateWithLog(Of TProperty)(propertyLambda, newValue)
public void SetValueAllowingTruncateWithLog<TProperty>( System.Linq.Expressions.Expression<Func<T,TProperty>> propertyLambda, System.string newValue )
public procedure SetValueAllowingTruncateWithLog( propertyLambda: System.Linq.Expressions.Expression; newValue: System.String );
public function SetValueAllowingTruncateWithLog( propertyLambda : System.Linq.Expressions.Expression, newValue : System.String );
public: void SetValueAllowingTruncateWithLog<TProperty>( System.Linq.Expressions.Expression<Func<T*,TProperty*>*>* propertyLambda, System.string* newValue )
public: void SetValueAllowingTruncateWithLoggeneric<typename TProperty> ( System.Linq.Expressions.Expression<Func<T^,TProperty^>^>^ propertyLambda, System.String^ newValue )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2